Skip to content

Conversation

@rabbit0021
Copy link

@rabbit0021 rabbit0021 commented Aug 26, 2025

It is amazing that this project has so many feeds but to prevent from information overload - Introducing a subscription based platform where you can subscribe to engineering blogs from feeds in this project and outside of it. It aggregates posts, uses AI to categorise them, and sends you alerts so you never miss an update. I’m also working on features like recommendations and rankings to boost content relevance.
Repo - https://github.com/rabbit0021/onesearch

The goal is simple: help developers gain practical knowledge. Down the line, I’m even thinking about adding a discussion forum around these blogs to spark deeper conversations.

Summary by CodeRabbit

  • Documentation
    • Added a Subscriptions section explaining how to subscribe to feeds via OneSearch and noting feeds are being added progressively.
    • Included an invitation to contribute via the project's public repository.
    • Updated the License section link to a Markdown-formatted Creative Commons Attribution-ShareAlike 4.0 International License for clarity.

@coderabbitai
Copy link

coderabbitai bot commented Aug 26, 2025

Walkthrough

Updated README.md by adding a Subscriptions section linking to OneSearch and replacing an HTML license anchor with a Markdown license link. No code, API, or exported/public entity changes.

Changes

Cohort / File(s) Summary
Docs
README.md
Added "Subscriptions" section with link to https://onesearch.blog and contribution repo link; replaced HTML license anchor with a Markdown link to Creative Commons Attribution-ShareAlike 4.0; no semantic changes.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

I twitch my nose at README tweaks,
A fresh new link for news each week.
Subscriptions bloom, a tidy scene,
The license tidied, crisp and clean.
Thump-thump! I hop—release day cheer. 🐇✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore or @coderabbit ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
README.md (2)

616-619: Neutralize tone, fix bare URL (MD034), and align placement with repo scope

The new section reads as promotional and uses a bare URL. Recommend neutral wording, a Markdown link, and (optionally) clarifying it’s a third‑party service. Also consider merging this under the existing “RSS feeds” section or renaming to “Related projects” to better fit the list’s curatorial nature.

Apply this minimal diff to improve tone and satisfy markdownlint:

-# Subscriptions
-
-Feel free to subscribe to the feeds with https://onesearch.blog (work in progress to add all the feeds).
+# Subscriptions
+
+Subscribe to these feeds via [OneSearch](https://onesearch.blog). (The index is being expanded to include all feeds.)

Optionally, if you prefer to integrate this under “RSS feeds” instead of a new top-level section, I can draft that revision. Would you like me to open a follow-up PR with the alternative placement and copy?


622-622: Prefer Markdown link over raw HTML for consistency

Use a standard Markdown link for consistency with the rest of the README; “rel=license” isn’t necessary in GitHub Markdown.

-Licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
+Licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 50eab27 and 54c7fd9.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md

[style] ~617-~617: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...ntributing.md) first. # Subscriptions Feel free to subscribe to the feeds with https://one...

(FEEL_FREE_TO_STYLE_ME)

🪛 markdownlint-cli2 (0.17.2)
README.md

618-618: Bare URL used

(MD034, no-bare-urls)

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
README.md (1)

616-620: Neutralize tone, replace bare URL with Markdown link, and add third-party disclaimer in Subscriptions section
Apply the following diff:

 # Subscriptions
 
-Subscribe to these feeds via [OneSearch](https://onesearch.blog). (The index is being expanded to include all feeds.)
-Feel free to contribute the public repo for this project - https://github.com/rabbit0021/onesearch.git
+Subscribe to feeds from this list via [OneSearch](https://onesearch.blog).
+Contributions welcome in the [OneSearch public repository](https://github.com/rabbit0021/onesearch).
+_Note: OneSearch is a third-party service and not affiliated with this list._ 
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 54c7fd9 and e0bd828.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md

[style] ~618-~618: Consider using a less common alternative to make your writing sound more unique and professional.
Context: ...s being expanded to include all feeds.) Feel free to contribute the public repo for this pro...

(FEEL_FREE_TO_STYLE_ME)

🪛 markdownlint-cli2 (0.17.2)
README.md

619-619: Bare URL used

(MD034, no-bare-urls)

🔇 Additional comments (1)
README.md (1)

623-623: License link change looks good.

Clean conversion to a Markdown link; no issues.

@rabbit0021
Copy link
Author

@kilimchoi Could you please review this? The OneSearch project builds on top of this repo by eliminating the need for users to visit it directly—delivering curated, AI-powered recommendations and alerts whenever new content is published. Since this project served as an inspiration, I’d like to merge it for further development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant